home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 39 / Creative-Review-CD-ROM-39.iso / pc / getty / getty.dir / 00014_Script_New Behavior < prev    next >
Text File  |  1998-07-13  |  289b  |  13 lines

  1. on mouseDown
  2.   set the member of sprite (the clickon) to member ("downarrow" & (the clickon)-9)
  3.   dispalyPic
  4.   updatestage
  5.   repeat while the stilldown
  6.     nothing
  7.   end repeat
  8. end
  9.  
  10.  
  11. on mouseUp
  12.   set the member of sprite (the clickon) to member ("arrow" & (the clickon)-9)
  13. end